home *** CD-ROM | disk | FTP | other *** search
/ Game Audio Programming / GameAudioProgramming.iso / Extras / Ogg Vorbis / vorbis_sdk / doc / ogg / Makefile.am < prev    next >
Encoding:
Makefile  |  2001-02-25  |  272 b   |  12 lines

  1. ## Process this with automake to create Makefile.in
  2.  
  3. AUTOMAKE_OPTIONS = foreign
  4.  
  5. SUBDIRS = ogg
  6.  
  7. docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
  8.  
  9. doc_DATA = index.html framing.html oggstream.html white-xifish.png stream.png white-ogg.png
  10.  
  11. EXTRA_DIST = $(doc_DATA)
  12.